projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be12bc5
)
Fixup commenting convention.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 26 Apr 2006 20:22:57 +0000
(20:22 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 26 Apr 2006 20:22:57 +0000
(20:22 +0000)
lisp/progmodes/cc-subword.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-subword.el
b/lisp/progmodes/cc-subword.el
index b7ba04ad5900149b32951c5c779efa2f8f23daaf..72227e332908feb81806d3743042a9d65ca86fa4 100644
(file)
--- a/
lisp/progmodes/cc-subword.el
+++ b/
lisp/progmodes/cc-subword.el
@@
-91,8
+91,8
@@
;; Don't complain about the `define-minor-mode' form if it isn't defined.
(cc-bytecomp-defvar c-subword-mode)
-;;
;
Autoload directives must be on the top level, so we construct an
-;;
;
autoload form instead.
+;; Autoload directives must be on the top level, so we construct an
+;; autoload form instead.
;;;###autoload (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t)
(if (not (fboundp 'define-minor-mode))